home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / µSim 1.0b5 folder / Libs / UtilsSys6.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-01  |  385 b   |  16 lines  |  [TEXT/MMCC]

  1. #if defined(powerc) || defined (__powerc)
  2. #define    FabSystem7orlater    1
  3. #else
  4. /*
  5. comment out the #define below to obtain a System 6
  6. compatible version of some libraries.
  7. If you #define FabSystem7orlater, the libraries get
  8. smaller (the code needed under System 6 only is
  9. stripped out). */
  10. //#define    FabSystem7orlater    1
  11. //#define    FabNoSegmentDirectives    1
  12.  
  13. #endif
  14.  
  15. #include    "UtilsCommon.h"
  16.